gsk: Rename set_offset() to set_anchor_point()
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 4 Aug 2016 14:20:06 +0000 (15:20 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:11 +0000 (11:49 +0100)
commita146618de0ac975090c30b1b15c87cd9c65a0d7d
tree1f8cb0701d1b88c44a8436be671115e04386fe5d
parent702befc697ba838f9155d93edc6a54c655cadf2b
gsk: Rename set_offset() to set_anchor_point()

The naming is consistent with other scene graph libraries, as it
represents an additional translation transformation applied on top of
the provided transformation matrices.

We can also simplify the implementation by applying the translation when
we compute the world matrix.
gsk/gskrendernode.c
gsk/gskrendernode.h
gsk/gskrendernodeprivate.h
gtk/gtkwidget.c